home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / vb.lang < prev    next >
Text File  |  2004-07-06  |  1KB  |  38 lines

  1. # Visual Basic language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 29.7.2002
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(KWA)=and as begin case call continue do each else elseif end erase
  19. error event exit false for function get gosub goto if implement in load loop
  20. lset me mid new next not nothing on or property raiseevent resume return rset
  21. select set stop sub then to true unload until wend while with withevents
  22. attribute alias as  byref  byval  compare   declare explicit friend global let
  23. lib  module object option optional preserve private property public redim  type
  24. dim const
  25.  
  26. $KW_LIST(kwb)=boolean  byte  currency date decimal  double enum integer  long
  27. single static string variant
  28.  
  29. $STRINGDELIMITERS="
  30.  
  31. $KW_PREFIX(kwb)=$
  32.  
  33. $SL_COMMENT=' rem REM Rem
  34.  
  35. $IGNORECASE=true
  36.  
  37. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + -
  38.